home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Let's Discover Texas!
/
Let's Discover Texas!.iso
/
pc
/
FILES
/
GEO.dxr
/
00544_set1-20 visible.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-04-12
|
196 b
|
12 lines
on exitFrame me
global numDone
if numDone = 0 then
sprite(150).visible = 1
else
sprite(150).visible = 0
end if
repeat with i = 1 to 19
sprite(i).visible = 1
end repeat
end